home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-11-02 | 585 b | 15 lines | [TEXT/CWIE] |
- /* What is this about? */
-
- The CSpinner C++ class lets you spin the mouse cursor using a VBL task.
- It compiles for 68K and PowerPC, yet it uses no dirty tricks.
- It is 100% reusable - drop it into your new project and it works.
- It reports errors using exceptions (conforming to PowerPlant's conventions).
-
- Requirements: this class uses the files UDebugging.h and UException.h from PowerPlant.
-
- /* Who's to praise/blame for it? */
-
- The author is François Pottier (pottier@clipper.ens.fr). Feel free to send him
- (well, me) email about this code. The code is free for use in any project.
-
-